home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0009-Re {ObjApp} problem-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-03  |  1.1 KB  |  32 lines  |  [TEXT/GEOL]

  1. Item    6971642                         2-Oct-89        18:27
  2.  
  3. From:   D0830                           Avalon Group, Rudulph Burger,PRT
  4.  
  5. To:     D2086                           Efficient Field Svc, C Faith,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re {ObjApp} problems
  10.  
  11. Actually, Execute is behaving the same (undesirable) way in both cases.  I
  12. believe you'll find that if you change one of the lines in DoMABuild script
  13. from:
  14.     execute MABuild "{1}" "{2}" "{3}" "{4}"  > Dev:StdOut  ≥≥ Dev:StdOut
  15. to:
  16.     execute MABuild "{4}" "{3}" "{2}" "{1}"  > Dev:StdOut  ≥≥ Dev:StdOut
  17.  
  18. the results will still be the same; that is, you'll still get:
  19. DoMABuild Parameters MyProgram -Sym
  20. MABuild Parameters MyProgram -Sym
  21.  
  22. No change is observed because Execute swallows the parameter list as its own
  23. before passing control to the first listed item.  When MABuild is executed,
  24. it's still looking at the parameters passed to DoMABuild, not the ones
  25. swallowed by Execute.
  26.  
  27. I've run into this problem myself, and I think it's time for the peasants to
  28. revolt!
  29.  
  30. Russ Brenner
  31.  
  32.